home *** CD-ROM | disk | FTP | other *** search
- object DNSLookup: TDNSLookup
- Left = 313
- Top = 226
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'DNS Lookup'
- ClientHeight = 118
- ClientWidth = 292
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 147
- Height = 13
- Caption = 'Enter Host name or IP address:'
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 53
- Height = 13
- Caption = 'DNS Reply'
- end
- object Edit1: TEdit
- Left = 16
- Top = 32
- Width = 161
- Height = 21
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 16
- Top = 80
- Width = 161
- Height = 21
- TabOrder = 1
- end
- object Button1: TButton
- Left = 192
- Top = 32
- Width = 83
- Height = 25
- Caption = 'Find IP addr'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 192
- Top = 64
- Width = 83
- Height = 25
- Caption = 'Find Host name'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
-